Class SIPBasicAuthAuthenticationToken

    • Constructor Detail

      • SIPBasicAuthAuthenticationToken

        public SIPBasicAuthAuthenticationToken​(@NonNull
                                               @NonNull String principal,
                                               @NonNull
                                               @NonNull String credentials,
                                               boolean authenticated)
        Creates a basic auth token
        Parameters:
        principal - the username of the authorization header
        credentials - the password of the authorization header
        authenticated - indicates if the token is authenticated or not