Class AuthResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-04-21T21:21:06.848810800+02:00[Europe/Paris]")
    public class AuthResponse
    extends Object
    AuthResponse
    • Constructor Detail

      • AuthResponse

        public AuthResponse()
    • Method Detail

      • getAccessToken

        @Nullable
        public String getAccessToken()
        An access token to be provided in requests to the API via the `Authorization` HTTP header. The header value should prefixed with `Bearer` and a single space, so: `Bearer `.
        Returns:
        accessToken
      • setAccessToken

        public void setAccessToken​(String accessToken)
      • getRegistered

        @Nullable
        public Boolean getRegistered()
        Indicates whether the user has a registered account or not. If authentication was able to validate user credentials but an account has not been registered for this user, the user will be able to call a limited set of endpoints in order to register an account.
        Returns:
        registered
      • setRegistered

        public void setRegistered​(Boolean registered)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object