AuthnClient
//d1-client-java/io.cybercrypt.d1.serviceClients/AuthnClient
AuthnClient
[d1]\ public class AuthnClient
Constructors
| AuthnClient | [d1] public voidAuthnClient(D1Channelchannel) Initialize a new instance of the AuthnClient class. |
Functions
| Name | Summary |
|---|---|
| addUserToGroups | [d1] public voidaddUserToGroups(StringuserId, List<String>groupIds) |
| createGroup | [d1] public CreateGroupResponsecreateGroup(List<Scope>scopes) |
| createUser | [d1] public CreateUserResponsecreateUser(List<Scope>scopes) |
| removeUser | [d1] public voidremoveUser(StringuserId) |
| removeUserFromGroups | [d1] public voidremoveUserFromGroups(StringuserId, List<String>groupIds) |