Class SchemeAuthWaiter
public static class SchemeAuthWaiter
- Inheritance
-
objectSchemeAuthWaiter
Methods
ReceiveUrl(string)
네이티브에서 호출: 도착 URL을 대기자에게 전달하거나 큐에 적재
public static void ReceiveUrl(string url)
Parameters
urlstring
Reset()
로그인 플로우 시작 전에 호출(선택): 큐/대기자 초기화
public static void Reset()
WaitAsync(CancellationToken)
다음 URL을 대기. 이미 큐에 있으면 즉시 반환
public static UniTask<AuthCallback> WaitAsync(CancellationToken ct)
Parameters
ctCancellationToken
Returns
- UniTask<AuthCallback>