public interface AuthProvider extends AuthRpcProvider<Object>
| Modifier and Type | Method and Description |
|---|---|
AuthIdentity |
createAuthIdentity()
Create new instance of AuthIdentity
|
default AuthIdentity |
createAuthIdentity(Object rpc)
Create new instance of AuthIdentity
|
AuthIdentity createAuthIdentity()
default AuthIdentity createAuthIdentity(Object rpc)
AuthRpcProvidercreateAuthIdentity in interface AuthRpcProvider<Object>rpc - helper provided by a transport implementationCopyright © 2023. All rights reserved.