Searched refs:IAMAuthType (Results 1 – 5 of 5) sorted by relevance
140 if (static_cast<int32_t>(authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetCredentialInfo()144 info.authType = static_cast<AuthType>(IAMAuthType::DOMAIN); in GetCredentialInfo()179 if (static_cast<int32_t>(authType) != static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetAvailableStatus()225 if (static_cast<int32_t>(request.authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in GetProperty()246 if (static_cast<int32_t>(request.authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in SetProperty()
258 info.authType = static_cast<AuthType>(IAMAuthType::DOMAIN); in OnCredentialInfo()
54 enum IAMAuthType { enum
175 domainInputer_->OnGetData(IAMAuthType::DOMAIN, credentialRecipient); in StartDomainAuth()200 if (static_cast<int32_t>(authType) == static_cast<int32_t>(IAMAuthType::DOMAIN)) { in AuthUser()316 case IAMAuthType::DOMAIN: in RegisterInputer()331 case IAMAuthType::DOMAIN: in UnregisterInputer()
36 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(IAMAuthType::DOMAIN), &domain)); in AuthTypeConstructor()