Dreamine.Identity 1.0.0.0
Dreamine.Identity 프로젝트의 API와 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Identity.Options.OAuthProviderOptions 클래스 참조sealed

더 자세히 ...

속성

string ClientId = string.Empty [get, set]
string ClientSecret = string.Empty [get, set]
bool IsConfigured [get]

상세한 설명

개별 OAuth 공급자의 클라이언트 자격 증명을 나타냅니다.

AuthOptions.cs 파일의 110 번째 라인에서 정의되었습니다.

속성 문서화

◆ ClientId

string Dreamine.Identity.Options.OAuthProviderOptions.ClientId = string.Empty
getset

공급자가 발급한 클라이언트 ID를 가져오거나 설정합니다.

AuthOptions.cs 파일의 120 번째 라인에서 정의되었습니다.

120{ get; set; } = string.Empty;

다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().

◆ ClientSecret

string Dreamine.Identity.Options.OAuthProviderOptions.ClientSecret = string.Empty
getset

공급자가 발급한 클라이언트 비밀을 가져오거나 설정합니다.

AuthOptions.cs 파일의 130 번째 라인에서 정의되었습니다.

130{ get; set; } = string.Empty;

다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().

◆ IsConfigured

bool Dreamine.Identity.Options.OAuthProviderOptions.IsConfigured
get

클라이언트 ID와 비밀이 모두 구성되었는지 여부를 가져옵니다.

AuthOptions.cs 파일의 140 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: