Interface DelegateCredentialsHandler
public interface DelegateCredentialsHandler
Interface that synchronously provides custom credentials.
-
Method Summary
Modifier and TypeMethodDescriptionCalled from Native when delegate credential provider needs to fetch a credential.
-
Method Details
-
getCredentials
Credentials getCredentials()Called from Native when delegate credential provider needs to fetch a credential.- Returns:
- Credentials
-