KAuthDiagnostic class

K-Auth 설정 진단 도구

네이티브 설정이 올바른지 검증합니다.

final result = await KAuthDiagnostic.run(kAuth.config);
if (result.hasErrors) {
  print(result.prettyPrint());
}

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

run(KAuthConfig config, {bool verbose = false}) Future<DiagnosticResult>
진단 실행