Class TokenDto


  • public class TokenDto
    extends java.lang.Object
    Access Token Kv2gk5ZV3Hpc2En6KGeu0No9CvzcEDl9yM6Q3Qo9c04AAAFzZLkR5w Token Type bearer refresh_token EFTBp9nZvlKhFynuFbaxkh8UHJwLbI7oFhAUhAo9c04AAAFzZLkR5g expires_in 21599 scope profile refresh_token_expires_in 5183999
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenDto​(java.lang.String tokenType, @NonNull java.lang.String accessToken, int expiresIn, @NonNull java.lang.String refreshToken, int refreshTokenExpiresIn)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TokenDto

        public TokenDto​(java.lang.String tokenType,
                        @NonNull
                        @NonNull java.lang.String accessToken,
                        int expiresIn,
                        @NonNull
                        @NonNull java.lang.String refreshToken,
                        int refreshTokenExpiresIn)