change public app name for oauth
This commit is contained in:
@@ -826,6 +826,11 @@ export class AuthGrpcController {
|
||||
return this.oauthCore.revokeConsent(command.userId, command.consentId);
|
||||
}
|
||||
|
||||
@GrpcMethod('OAuthCoreService', 'GetOAuthClientPublicInfo')
|
||||
getOAuthClientPublicInfo(command: { clientId: string }) {
|
||||
return this.oauthCore.getClientPublicInfo(command.clientId);
|
||||
}
|
||||
|
||||
@GrpcMethod('OtpService', 'SendOtp')
|
||||
sendOtp(command: { target: string; channel: string; purpose: string; userId?: string }) {
|
||||
return this.otp.send(command);
|
||||
|
||||
Reference in New Issue
Block a user