|
Dreamine.Identity 1.0.0.0
Dreamine.Identity 프로젝트의 API와 구성 요소를 제공합니다.
|
속성 | |
| string | ClientId = string.Empty [get, set] |
| string | ClientSecret = string.Empty [get, set] |
| bool | IsConfigured [get] |
개별 OAuth 공급자의 클라이언트 자격 증명을 나타냅니다.
AuthOptions.cs 파일의 110 번째 라인에서 정의되었습니다.
|
getset |
공급자가 발급한 클라이언트 ID를 가져오거나 설정합니다.
AuthOptions.cs 파일의 120 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().
|
getset |
공급자가 발급한 클라이언트 비밀을 가져오거나 설정합니다.
AuthOptions.cs 파일의 130 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().
|
get |
클라이언트 ID와 비밀이 모두 구성되었는지 여부를 가져옵니다.
AuthOptions.cs 파일의 140 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Identity.DreamineIdentityExtensions.RegisterAuthServices().