Searched refs:IAMAuthType (Results 1 – 5 of 5) sorted by relevance
147 if (static_cast<int32_t>(authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetCredentialInfo()151 info.authType = static_cast<AuthType>(IAMAuthType::DOMAIN); in GetCredentialInfo()187 if (static_cast<int32_t>(authType) != static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetAvailableStatus()244 if (static_cast<int32_t>(request.authType) != static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetProperty()259 if (static_cast<int32_t>(request.authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in SetProperty()
50 if (authType_ != static_cast<AuthType>(IAMAuthType::DOMAIN)) { in OnResult()276 info.authType = static_cast<AuthType>(IAMAuthType::DOMAIN); in OnCredentialInfo()
54 enum IAMAuthType { enum
186 domainInputer_->OnGetData(IAMAuthType::DOMAIN, credentialRecipient); in StartDomainAuth()211 if (static_cast<int32_t>(authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in AuthUser()346 case IAMAuthType::DOMAIN: in RegisterInputer()366 case IAMAuthType::DOMAIN: in UnregisterInputer()
36 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(IAMAuthType::DOMAIN), &domain)); in AuthTypeConstructor()